home *** CD-ROM | disk | FTP | other *** search
/ Painter Bear's Language Bridge — Italian / Bridge_ponte_itialian.iso / pc / helpers / open.dxr / 00029_title frame script.ls < prev    next >
Encoding:
Text File  |  2001-02-22  |  388 b   |  13 lines

  1. on exitFrame
  2.   go(the frame)
  3. end
  4.  
  5. on mouseUp
  6.   global gPopBox, gPopNo, gPopYes, gLangSelect
  7.   go("preScreen")
  8.   set the memberNum of sprite gPopBox to the number of member (gLangSelect & " popup language")
  9.   set the memberNum of sprite gPopNo to the number of member (gLangSelect & " lang up")
  10.   set the memberNum of sprite gPopYes to the number of member "e lang up"
  11.   updateStage()
  12. end
  13.